home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / crtsav16.zip / CRTSAV16.DOC next >
Text File  |  1991-10-10  |  15KB  |  366 lines

  1.  
  2.       -----------------------------------------------------------------
  3.                    Documentation for CRTSAVER version 1.6
  4.                            Version Date:  10/1991
  5.                              Shareware $15.00
  6.       -----------------------------------------------------------------
  7.  
  8.       COPYRIGHT NOTICE
  9.  
  10.         All portions of this software package and documents,
  11.         CRTSAVER 1.6  copyright (c) 1991  Seth W. Comstock.
  12.         All rights reserved.
  13.         
  14.  
  15.  
  16.       REGISTRATION
  17.  
  18.         Thank you for trying CRTSAVER !
  19.         CRTSAVER is distributed as shareware. After you test the
  20.         program, if you decide to use it, then I encourage you to
  21.         register. The registration fee is $15.00. Register for each
  22.         computer CRTSAVER is installed on. Print out the file
  23.         CRTSAVER.FRM or send a quick note, include registration fee(s)
  24.         and $2.50 shipping per order.
  25.  
  26.           Send to:
  27.                    Seth W. Comstock
  28.                    4835 W. Montecito
  29.                    Phoenix, AZ 85031-2027
  30.                     (602) 247-1621
  31.  
  32.  
  33.  
  34.       FILES IN THE DISTRIBUTION:
  35.  
  36.         CRTSAVER.COM       The program.
  37.         CRTSAV16.DOC       Program documentation.
  38.         CRTSAVER.FRM       Order/Registration form.
  39.  
  40.  
  41.       FEATURES
  42.  
  43.         - Works with VGA,EGA,CGA,MDA cards and monitors.
  44.         - Checks both MOUSE and KEYBOARD for inactivity before blanking
  45.            screen.
  46.         - Uses 1,008 (1K) bytes of memory.
  47.         - Set the amount of time elapsed (0 - 60 minutes) before the
  48.           screen blanks and the delay can be changed later.
  49.         - Press Alt left-Shift Z keys to lock keyboard and blank screen
  50.           immediately. This version also locks the mouse if your mouse
  51.           driver supports this function.
  52.         - Does not need to be removed or disabled before running
  53.           Microsoft Windows(tm) 3.x. CRTSAVER automatically disables its
  54.           self when Windows is running.
  55.  
  56.  
  57.       PROGRAM DESCRIPTION
  58.  
  59.            Protect monitors from phosphors burning caused by displaying
  60.         the same image for long periods of time. Works with MDA, CGA,
  61.         EGA and VGA monitors.
  62.  
  63.            Blanks the screen after set number of minutes of KEYBOARD or
  64.         MOUSE inactivity. Press any key or move mouse to restore screen.
  65.         The key pressed to reactivate the screen is removed and not
  66.         passed through to the program currently running. Instantly
  67.         lockout keyboard and blank screen by pressing Alt LeftShift Z
  68.         keys. Unlock keyboard and restore screen by pressing Alt
  69.         LeftShift Z keys again. The number of minutes to delay before
  70.         blanking screen can be set from 0 to 60 minutes. Using a
  71.         parameter of 0 minutes disables the blank after a period of
  72.         inactivity feature of CRTSAVER.
  73.  
  74.         CRTSCNFG.EXE is included in the registered version. It allows
  75.         you to change the following in CRTSAVER:
  76.  
  77.                 -  The letter key (A-Z) used as part of the hotkey
  78.                    combination for the instant blank and keyboard lock
  79.                    function.
  80.  
  81.                 -  The default delay used if no delay value is included
  82.                    on the command line.
  83.  
  84.  
  85.  
  86.       SYSTEM REQUIREMENTS
  87.  
  88.         VGA, EGA, CGA or MDA(mono) video display
  89.  
  90.         Note - not tested on MCGA.
  91.              - CRTSAVER is NOT compatible with HGC (Hercules Graphics
  92.                Card) and will not load if a HGC adapter is detected.
  93.  
  94.         <optional> mouse or trackball with Microsoft(tm) or
  95.          Mouse Systems(tm) compatible driver installed.
  96.  
  97.  
  98.  
  99.       INSTALLATION AND USAGE -
  100.  
  101.            CRTSAVER is a memory resident program using approximately 1K
  102.         of memory. DO NOT load CRTSAVER from a program that allows you
  103.         to run other programs (shell to DOS or shells to a command
  104.         line). When you first load (run) CRTSAVER it must be from a
  105.         batch file (autoexec.bat when you boot) or from the command line
  106.         only. Once a copy of CRTSAVER is resident in memory, you can run
  107.         it again at any time (from DOS shell, batch file, etc.) with a
  108.         new minute parameter. It searches memory for the resident copy
  109.         of CRTSAVER and installs the new delay.
  110.  
  111.            Copy the file CRTSAVER.COM to your hard drive or boot disk.
  112.         To automatically load CRTSAVER each time you start (boot) the
  113.         computer, edit your AUTOEXEC.BAT file to included "CRTSAVER" on
  114.         a line some where near the end of the autoexec.bat file. Use a
  115.         text editor or word processor to enter the line of text in the
  116.         autoexec.bat file. If you have other TSR (memory resident)
  117.         program that load in the autoexec.bat file, CRTSAVER should be
  118.         the last one loaded. This is to insure that CRTSAVER will
  119.         intercept the keyboard interrupt first, so it can successfully
  120.         lock the keyboard.
  121.  
  122.         Note:  You should only edit your AUTOEXEC.BAT file in a non-
  123.         document mode (also known as ASCII or text mode). Most editors
  124.         or word processors provide a way to edit files like
  125.         autoexec.bat. Check your editor or word processor manual if you
  126.         are not sure. If you are not familiar with your autoexec.bat
  127.         file or how to edit it, read your DOS manual for more
  128.         information.
  129.  
  130.         Use command line parameters to select a timeout delay.
  131.         Parameter  0 - 60 (minutes of inactivity before blanking screen)
  132.  
  133.         Examples of usage in autoexec.bat:
  134.  
  135.                         CRTSAVER 10
  136.  
  137.         If you copied CRTSAVER to a directory other than the root then
  138.         you would need to include a path when loading.
  139.  
  140.                         c:\dos\crtsaver 25
  141.                         c:\util\crtsaver 8
  142.                         c:\util\crtsaver         (default - 4 min.)
  143.  
  144.                         crtsaver 0
  145.  
  146.            A parameter of 0 minutes disables the blanking after a period
  147.         of inactivity feature of CRTSAVER. You will still be able to
  148.         blank the screen and lock the keyboard by pressing the hotkey -
  149.         Alt left-Shift Z.
  150.  
  151.         To remove CRTSAVER from memory:
  152.  
  153.                         crtsaver r
  154.                  (or)   crtsaver -r
  155.                  (or)   crtsaver /r
  156.  
  157.  
  158.         To display help text:
  159.  
  160.                         crtsaver ?
  161.                  (or)   crtsaver -?
  162.                  (or)   crtsaver /?
  163.                  (or)   crtsaver h
  164.                  (or)   crtsaver -h
  165.                  (or)   crtsaver /h
  166.                  (or)   crtsaver help
  167.  
  168.  
  169.  
  170.       WINDOWS 3.x(tm)
  171.  
  172.            CRTSAVER version 1.6 does not need to be removed or disabled
  173.         before running Microsoft Windows(tm) 3.x. CRTSAVER automatically
  174.         disables itself when Windows is running.
  175.  
  176.            Windows takes over the keyboard interrupt and bypasses the
  177.         normal keyboard routines. Because of this most DOS screen savers
  178.         can not restore the screen if the screen blanks while in
  179.         Windows. Usually the only option, when the screen cannot be
  180.         restored, is to reboot. CRTSAVER does not blank the screen when
  181.         in the Windows desktop or a Windows program.
  182.  
  183.            When running regular DOS programs or at a DOS prompt under
  184.         Windows **
  185.  
  186.             ** Windows running in standard or real modes - screen
  187.                blanking function is active, Alt left-Shift Z keys does
  188.                not disable keyboard or mouse, only blanks screen.
  189.  
  190.             ** Windows running in 386 enhanced mode - Alt left-Shift Z
  191.                keys blank screen, otherwise screen blanking function is
  192.                turn off. Pressing Alt left-Shift Z key combination turns
  193.                screen off, DOS mouse driver off and partially disables
  194.                keyboard. Windows maintains control of the keyboard
  195.                allowing Ctrl Alt Del(reboot) and Alt Esc or Ctrl Esc
  196.                (return to desktop, switch tasks etc.). Press the Alt
  197.                left-Shift Z key combination again to turn screen on,
  198.                restore DOS mouse driver and keyboard.
  199.  
  200.  
  201.  
  202.       LOCK KEYBOARD and MOUSE - BLANK SCREEN
  203.  
  204.            Hold down the Alt, left-Shift keys and press the Z key at the
  205.         same time to instantly lockout keyboard and blank screen. Unlock
  206.         keyboard and restore screen by pressing Alt left-Shift Z keys
  207.         again.
  208.  
  209.            This version also turns the mouse driver off/on if the driver
  210.         supports this function (if the mouse is Microsoft Windows
  211.         3.0(tm) compatible then it should support this function). The
  212.         driver software that came with older mice does not support this
  213.         function and the mouse will remain active. So, if you lock the
  214.         keyboard and blank the screen while running a program that makes
  215.         use of a mouse, someone might still be able to mess with the
  216.         program. Also if you are using my program ARRMOUSE and your
  217.         mouse driver does not support this function, ARRMOUSE will
  218.         remain active.
  219.         
  220.  
  221.  
  222.       MOUSE SUPPORT
  223.  
  224.            A mouse is optional, CRTSAVER checks for the presence of a
  225.         mouse driver and works fine if no mouse or mouse driver is
  226.         installed.
  227.  
  228.         Note - For CRTSAVER to check for mouse inactivity before
  229.         blanking the screen, a Microsoft(tm) or Mouse Systems(tm)
  230.         compatible mouse driver MUST BE INSTALLED. Make sure to load
  231.         CRTSAVER after your mouse driver.
  232.  
  233.  
  234.  
  235.       PERSONAL NOTE
  236.  
  237.            I have tried several "screen savers" and none seemed to fit
  238.         my needs. The one that was on the disk that came with my VGA
  239.         card would lock my machine up every so often. I like a delay of
  240.         about 4 minutes. When using other screen savers and running
  241.         programs that use a mouse, the screen would blank right in the
  242.         middle doing something. I could easily press a key and restored
  243.         screen, but it was irritating. So I created CRTSAVER for my own
  244.         use. I don't need the keyboard locking feature, but thought it
  245.         would be useful in an office environment or where other have
  246.         access to your computer. CRTSAVER works great on my machine and
  247.         I hope it works as well for you.
  248.  
  249.  
  250.  
  251.       DISCLAIMER - WARRANTY
  252.  
  253.            CRTSAVER software and documentation are distributed on an
  254.         "As Is" basis without warranty, expressed or implied. The user
  255.         assumes full risk as to the results of using this software. It
  256.         has been tested on my own computer, but you are advised to test
  257.         the program before relying on it. If you do encounter a problem,
  258.         please let me know about it, and I will do my best to verify and
  259.         fix the problem. This program and documentation are believed to
  260.         be reliable and accurate. However, in no event shall I be liable
  261.         and/or responsible for any damages, losses, or problems which
  262.         this software or documentation may cause you.
  263.  
  264.  
  265.       DISTRIBUTION
  266.     
  267.            Bulletin boards and non-profit user groups may include it in
  268.         their libraries. CRTSAVER is shareware and may be copied or
  269.         posted for downloading for the trial use by others subject to
  270.         the following conditions:
  271.  
  272.            1) All files must be distributed together in original,
  273.               unmodified form as ORIGINALLY NAMED. -  CRTSAVER.COM,
  274.               CRTSAV16.DOC, CRTSAVER.FRM
  275.  
  276.            2) NO files may be added to the package or archive.
  277.  
  278.  
  279.  
  280.            For-profit distributors of shareware may distribute it
  281.         subject to the following conditions:
  282.  
  283.            1) I reserve the right to remove this software package from
  284.               distribution at any time.
  285.  
  286.            2) Information is provided making it clear that this software
  287.               is distributed under the SHAREWARE concept and that the
  288.               user has not paid for the software. Users are urged to
  289.               support the software by registering.
  290.  
  291.            3) The cost per disk charged for distribution cannot exceed
  292.               $6.00.
  293.  
  294.  
  295.  
  296.       LICENSE
  297.  
  298.            CRTSAVER is a copyrighted software package. It is being
  299.         distributed as user supported shareware. By using or
  300.         distributing this package, you agree to the following:
  301.  
  302.         You are granted a limited license to try this program ,CRTSAVER ,
  303.         for 30 days. If you find this software useful and wish to
  304.         continue using it after the 30 day evaluation period, you must
  305.         pay the registration fee. Registration for use on a single
  306.         computer is $15.00. Register for each computer CRTSAVER is
  307.         installed on. To register send, the filled out registration form
  308.         or a quick note, and the registration fee.
  309.     
  310.         No other, license or rights are granted by implication or
  311.         otherwise. After you test CRTSAVER, if you continue to use it,
  312.         you must register.
  313.  
  314.  
  315.  
  316.                ----------------------------------------------
  317.                   CRTSAVER 1.6  Registration / Order Form
  318.                ----------------------------------------------
  319.       Please fill out the form below to order your registered version of
  320.       CRTSAVER. Register for each computer that CRTSAVER is installed.
  321.  
  322.                                                     Date: ______________
  323.  
  324.       Name: _____________________________  Title:   ____________________
  325.  
  326.       Company: _________________________________________________________
  327.  
  328.       Address: _________________________________________________________
  329.  
  330.       __________________________________________________________________
  331.  
  332.       City: ____________________________________________________________
  333.  
  334.       State/Country: ________________________ Zip: _____________________
  335.  
  336.       Phone(Optional) Work: (___) ____ - _____  Home: (___) ____ - _____
  337.  
  338.       ------------------------------------------------------------------
  339.       Description                             Qty.     Price    Total
  340.       ------------------------------------------------------------------
  341.  
  342.       CRTSAVER registered version on 5.25" disk. ___ x $15.00 = $_______
  343.  
  344.       Site license registration
  345.         (10 or more copies) :                    ___ x  $8.00 = $_______
  346.  
  347.                                                      Subtotal   ________
  348.  
  349.       (All orders outside U.S. add $5 Shipping)     Shipping +     2.50
  350.  
  351.       (AZ residents please add 6.7% sales tax)            Tax   ________
  352.  
  353.       All checks and money orders must be drawn         TOTAL  $________
  354.         in U.S. Dollars (on U.S. account).
  355.  
  356.       Please Send To:  Seth W. Comstock
  357.                        4835 W. Montecito
  358.                        Phoenix, AZ 85031-2027
  359.                         (602) 247-1621
  360.  
  361.       Where did you find the program and suggestions?
  362.           
  363.       __________________________________________________________________
  364.  
  365.                         [end of crtsav16.doc]
  366.